docs: fix drift in Railway Deployment#247
Draft
jack-arturo wants to merge 1 commit into
Draft
Conversation
Routine docs-accuracy audit of deployment/railway.md (never previously reviewed). - PORT env var: corrected the "Flask defaults to 5000" myth (automem/runtime_wiring.py already defaults to 8001) in the caution box, the env var table, and the troubleshooting section - Added 7 real memory-service env vars missing from the reference table: VOYAGE_API_KEY, EMBEDDING_PROVIDER, VECTOR_SIZE, MEMORY_CONTENT_HARD_LIMIT, MEMORY_AUTO_SUMMARIZE, QDRANT_TIMEOUT_SECONDS, QDRANT_ENSURE_PAYLOAD_INDEXES - Converted two branch-pinned links (INSTALLATION.md, docs/MCP_SSE.md) to commit-SHA permalinks Verified against: automem@4b5eaafd2602c9eba39bbfe38e4120e3654c67e9 (runtime_wiring.py, docker-compose.yml, scripts/recover_from_qdrant.py, mcp-sse-server/, railway.json) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GZ61deZGyRqbhGTxxz4LxD
Deploying automem-website with
|
| Latest commit: |
e927bfa
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://267bebe2.automem-website.pages.dev |
| Branch Preview URL: | https://claude-dreamy-wright-2894kr.automem-website.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Routine docs-accuracy audit of
deployment/railway.md(never previously reviewed).PORT, Flask defaults to port 5000, causing connection failures"automem/runtime_wiring.pydoesint(os.environ.get("PORT", "8001"))— an unsetPORTalready resolves to8001, not Flask's own5000default (same class of already-fixed myth asoverviewPR #239 /operations/troubleshootingPR #225)PORT=8001explicitly so other Railway services can reach it reliably)PORTrow lists default50008001with a note on why sourcedocker-compose.yml'sflask-api.environmentalso definesVOYAGE_API_KEY,EMBEDDING_PROVIDER(defaultauto),VECTOR_SIZE(default1024),MEMORY_CONTENT_HARD_LIMIT(default2000),MEMORY_AUTO_SUMMARIZE(defaulttrue),QDRANT_TIMEOUT_SECONDS(unset by default),QDRANT_ENSURE_PAYLOAD_INDEXES(defaulttrue) — the same 6 vars already added todeployment/dockerin PR #246, plusEMBEDDING_PROVIDERwhich was also missing hereINSTALLATION.mdanddocs/MCP_SSE.mdused/blob/main/branch linksConfirmed correct, no changes needed: the
mcp-sse-serverdirectory and its Railway build config (mcp-sse-server/railway.json,Dockerfile Path: mcp-sse-server/Dockerfile, defaultPORT=8080) genuinely exist in theautomemrepo (this is distinct from themcp-automempackage, where PR #245 foundmcp-sse-serverdoes not exist — both are true, just about different repos); IPv6 dual-stackhost="::"binding inruntime_wiring.py;scripts/recover_from_qdrant.pypath;railway.jsonbuild config (DOCKERFILEbuilder,Dockerfilepath) at repo root; FalkorDB required vars and--requirepasscaution; health check path/timeout.Verified against: automem@4b5eaafd2602c9eba39bbfe38e4120e3654c67e9 (
runtime_wiring.py,docker-compose.yml,scripts/recover_from_qdrant.py,mcp-sse-server/,railway.json,docs/MCP_SSE.md), mcp-automem@946f9e5ed1385b632efd2e5b250d064bcc4295e8 (CLI flags cross-check, no drift found)No open question / follow-ups for this page.
Generated by Claude Code